home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 July / Designer's Club 1997 July.iso / pc / ideasrc / demo2.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1997-05-30  |  266 b   |  15 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite 2 to 0
  4.     updateStage()
  5.   end repeat
  6.   set the visible of sprite 2 to 1
  7.   if the frame = the lastFrame then
  8.     exit
  9.   else
  10.     sound stop 1
  11.     sound stop 2
  12.     go(the frame + 1)
  13.   end if
  14. end
  15.